Originally posted by slizer
View Post
- when saving from the framebuffer UI as seperate channels the option is ignored
- you can not show the channels in the framebuffer as they will be saved when the new option is enabled (WYSIWYG fail)
- SDK: There is still no way to call PixelBufferInterface::getChannelPixels in a way that provide the color corrected channel data? I only see a new flag IWI_APPLY_CC_TO_ELEMENTS for the image writer interface. It is not usable for plugins requesting data from the framebuffer directly this way (as in my psd-manager render effect). The PixelBufferInterface API works in all previous V-Ray versions as expected. Since the new V-Ray 5 VFB2 it stopped applying the color corrections except to the effectsResult channel or when enabling the old VFB via VRAY_VFB2_ENABLED=0. Which so far was at-least consistent with the VFB display (but it did not allow to enforce color correction as users requested here in this thread).
- Because of this remaining SDK issue my plugin psd-manager still can not request color corrected pixels of the elemnts (the option is ignored by V-Ray). I can only force things off, not on. I guess the button to save to seperate files from the VFB UI now behaves inconsistent for just the same reason.
Please do a proper fix with backward compatibility and usability in mind and do not further complicate what gets saved by V-ray and how. It is already inconsistent and confusing as is for the users.
Comment